Fix eldoc warning in patch adding debian-emacs-flavor
authorXiyue Deng <manphiz@gmail.com>
Tue, 28 Jan 2025 07:23:37 +0000 (23:23 -0800)
committerRob Browning <rlb@defaultvalue.org>
Sun, 9 Nov 2025 19:50:49 +0000 (13:50 -0600)
Forwarded: not-needed
Closes: #1095133
lisp/startup.el

index c6242b39e4fc41aad676ddc4713582b3f25e98ba..a17a6d0d95999e665bfff243a3ad56eb0b233a49 100644 (file)
@@ -443,7 +443,7 @@ Warning Warning!!!  Pure space overflow    !!!Warning Warning
 
 (defconst debian-emacs-flavor 'emacs
   "A symbol representing the particular debian flavor of emacs running.
-Something like 'emacs, 'xemacs21, etc.")
+Something like \\='emacs, \\='xemacs21, etc.")
 
 (defun normal-top-level-add-subdirs-to-load-path ()
   "Recursively add all subdirectories of `default-directory' to `load-path'.